home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-03-20 | 431 b | 16 lines | [TEXT/CWIE] |
- // ===========================================================================
- // PP_DebugHeaders.h ©1996-1997 Metrowerks Inc. All rights reserved.
- // ===========================================================================
-
- // Use PowerPlant-specific Precompiled header
-
- #if __POWERPC__
- #include "MyPP_DebugHeadersPPC"
-
- #elif __CFM68K__
- #include "MyPP_DebugHeadersCFM68K"
-
- #else
- #include "MyPP_DebugHeaders68K"
- #endif
-